Uses of Class
org.eclipse.vtp.framework.engine.support.AbstractReporter

Packages that use AbstractReporter
org.eclipse.vtp.framework.engine.osgi   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
 

Uses of AbstractReporter in org.eclipse.vtp.framework.engine.osgi
 

Subclasses of AbstractReporter in org.eclipse.vtp.framework.engine.osgi
 class Activator
          Activator for the framework, manages an instance of LogTracker, StaticConfigurationAdmin (if configuration data is available), and ProcessEngineManager.
 

Uses of AbstractReporter in org.eclipse.vtp.framework.engine.runtime
 

Subclasses of AbstractReporter in org.eclipse.vtp.framework.engine.runtime
protected  class Execution.Context
          Implementation of the generic context.
protected  class Process.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Uses of AbstractReporter in org.eclipse.vtp.framework.engine.support
 

Subclasses of AbstractReporter in org.eclipse.vtp.framework.engine.support
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractContext
          A support implementation of the IContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractLogger
          A support implementation of the ILogger interface.
 class AbstractProcessContext
          A support implementation of the IProcessContext interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.